home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Utilities / iKey 2.2.0 (shareware).dmg / iKey 2 / iKey.app / Contents / Resources / English.lproj / iKey.scriptTerminology next >
Encoding:
Extensible Markup Language  |  2006-02-13  |  3.6 KB  |  164 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>Classes</key>
  6.     <dict>
  7.         <key>IKAppl</key>
  8.         <dict>
  9.             <key>Description</key>
  10.             <string>iKey's top level scripting object</string>
  11.             <key>Name</key>
  12.             <string>application</string>
  13.             <key>PluralName</key>
  14.             <string>applications</string>
  15.         </dict>
  16.         <key>IKShortcut</key>
  17.         <dict>
  18.             <key>Attributes</key>
  19.             <dict>
  20.                 <key>name</key>
  21.                 <dict>
  22.                     <key>Description</key>
  23.                     <string>The name of the shortcut.</string>
  24.                     <key>Name</key>
  25.                     <string>name</string>
  26.                 </dict>
  27.             </dict>
  28.             <key>Description</key>
  29.             <string>A shortcut.</string>
  30.             <key>Name</key>
  31.             <string>shortcut</string>
  32.             <key>PluralName</key>
  33.             <string>shortcuts</string>
  34.         </dict>
  35.         <key>IKAction</key>
  36.         <dict>
  37.             <key>Attributes</key>
  38.             <dict>
  39.                 <key>name</key>
  40.                 <dict>
  41.                     <key>Description</key>
  42.                     <string>The name of the command.</string>
  43.                     <key>Name</key>
  44.                     <string>name</string>
  45.                 </dict>
  46.             </dict>
  47.             <key>Description</key>
  48.             <string>A command.</string>
  49.             <key>Name</key>
  50.             <string>command</string>
  51.             <key>PluralName</key>
  52.             <string>commands</string>
  53.         </dict>
  54.         <key>IKMenu</key>
  55.         <dict>
  56.             <key>Attributes</key>
  57.             <dict>
  58.                 <key>name</key>
  59.                 <dict>
  60.                     <key>Description</key>
  61.                     <string>The name of the menu.</string>
  62.                     <key>Name</key>
  63.                     <string>name</string>
  64.                 </dict>
  65.             </dict>
  66.             <key>Description</key>
  67.             <string>A floating menu</string>
  68.             <key>Name</key>
  69.             <string>menu</string>
  70.             <key>PluralName</key>
  71.             <string>menus</string>
  72.         </dict>
  73.         <key>IKPalette</key>
  74.         <dict>
  75.             <key>Attributes</key>
  76.             <dict>
  77.                 <key>name</key>
  78.                 <dict>
  79.                     <key>Description</key>
  80.                     <string>The name of the palette.</string>
  81.                     <key>Name</key>
  82.                     <string>name</string>
  83.                 </dict>
  84.                 <key>isVisible</key>
  85.                 <dict>
  86.                     <key>Description</key>
  87.                     <string>Is the palette displayed on the screen.</string>
  88.                     <key>Name</key>
  89.                     <string>isVisible</string>
  90.                 </dict>
  91.             </dict>
  92.             <key>Description</key>
  93.             <string>A floating palette</string>
  94.             <key>Name</key>
  95.             <string>palette</string>
  96.             <key>PluralName</key>
  97.             <string>palettes</string>
  98.         </dict>
  99.         <key>IKContext</key>
  100.         <dict>
  101.             <key>Attributes</key>
  102.             <dict>
  103.                 <key>name</key>
  104.                 <dict>
  105.                     <key>Description</key>
  106.                     <string>The name of the set.</string>
  107.                     <key>Name</key>
  108.                     <string>name</string>
  109.                 </dict>
  110.             </dict>
  111.             <key>Description</key>
  112.             <string>A set of shortcuts (compatibility with iKey 1.x).</string>
  113.             <key>Name</key>
  114.             <string>shortcutset</string>
  115.             <key>PluralName</key>
  116.             <string>shortcutsets</string>
  117.         </dict>
  118.     </dict>
  119.     <key>Commands</key>
  120.     <dict>
  121.         <key>Run</key>
  122.         <dict>
  123.             <key>Description</key>
  124.             <string>Execute an action or a shortcut.</string>
  125.             <key>IsVerb</key>
  126.             <string>YES</string>
  127.             <key>Name</key>
  128.             <string>run</string>
  129.         </dict>
  130.         <key>Display</key>
  131.         <dict>
  132.             <key>Description</key>
  133.             <string>Display a floating menu.</string>
  134.             <key>IsVerb</key>
  135.             <string>YES</string>
  136.             <key>Name</key>
  137.             <string>display</string>
  138.         </dict>
  139.         <key>Show</key>
  140.         <dict>
  141.             <key>Description</key>
  142.             <string>Show a floating palette.</string>
  143.             <key>IsVerb</key>
  144.             <string>YES</string>
  145.             <key>Name</key>
  146.             <string>show</string>
  147.         </dict>
  148.         <key>Hide</key>
  149.         <dict>
  150.             <key>Description</key>
  151.             <string>Hide a floating palette.</string>
  152.             <key>IsVerb</key>
  153.             <string>YES</string>
  154.             <key>Name</key>
  155.             <string>hide</string>
  156.         </dict>
  157.     </dict>
  158.     <key>Description</key>
  159.     <string>iKey specific classes.</string>
  160.     <key>Name</key>
  161.     <string>iKey Suite</string>
  162. </dict>
  163. </plist>
  164.